home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / sossnt.zip / SOSSNT / SRC / PMAP.H < prev    next >
C/C++ Source or Header  |  1993-02-27  |  262b  |  12 lines

  1. /*
  2.  *  pmap.h -- header file for the portmapper
  3.  *
  4.  *  Author:
  5.  *      See-Mong Tan, 6/12/88
  6.  */
  7.  
  8.   /* Initializes portmapper.  To be called by net daemon */
  9. extern bool_t pmap_init();
  10.   /* Port mapper dispatch routine */
  11. extern void pmap_dispatch();
  12.